projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42e3337
)
* select.el (xselect-convert-to-class): Just return "Emacs" here.
author
Jim Blandy
<jimb@redhat.com>
Tue, 18 May 1993 23:25:21 +0000
(23:25 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Tue, 18 May 1993 23:25:21 +0000
(23:25 +0000)
That's what the class will always be.
lisp/select.el
patch
|
blob
|
history
diff --git
a/lisp/select.el
b/lisp/select.el
index f82dc3127d43d1a8dca3d2afb45606a9691130dc..0b55bebd24d5f14c7e7422e009b447e15ee7e3c8 100644
(file)
--- a/
lisp/select.el
+++ b/
lisp/select.el
@@
-262,7
+262,7
@@
Cut buffers are considered obsolete; you should use selections instead."
(user-full-name))
(defun xselect-convert-to-class (selection type size)
-
x-emacs-application-class
)
+
"Emacs"
)
;; We do not try to determine the name Emacs was invoked with,
;; because it is not clean for a program's behavior to depend on that.